home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / mpg / faq.txt next >
Text File  |  1998-02-22  |  4KB  |  86 lines

  1.     The mpegEncoder F.A.Q.
  2.  
  3.     ------------------------------------------------------------------
  4.     written and maintained by SoloH
  5.     dated: 02-22-1998
  6.  
  7. --------------------------------------------------------------------------
  8. Q001    I've just tried to convert a .wav to an .mp3.  The resulting file
  9.     plays really fast......like its on mega-fast forward!
  10.     What am I doing wrong??
  11.  
  12. A001    Your wave-file isn't recorded with the correct sample rate.
  13.     For layer 1, 2 and 3 you can encode wave-file with sample rates of:
  14.         38000 Hz, 44100 Hz or 48000 Hz.
  15.     For layer 1 and 2 you can also use 16000 Hz, 22050 Hz or 24000 Hz.
  16.     You can view the sample rate of a wave-file by using explorer and
  17.     right-clicking on the wave-file and choosing the properties
  18. --------------------------------------------------------------------------
  19. Q002    Why does encoding of a .cda file (cdrom) not work?
  20.  
  21. A002    This .cda file is some sort of windows shortcut to show audiotrax.
  22.     The .cda file is very short and contains no wave-data.
  23. --------------------------------------------------------------------------
  24. Q003    According to notes on your website, v0.06 should encode directly
  25.     from cd...but when I attempt this, I get the message that
  26.     'Encoding from cd is not supported'.......
  27.  
  28. A003    v0.06
  29.     You'll have to select a scsi cdrom device in the source
  30.     drive combo. Don't select the drive letter, but the ha:id:lun.
  31.     You'll see a track-list displayed. If you have a mp3 codec (like
  32.     opticom's mp3 producer) you can select one or more tracks and
  33.     press the left-pane top-most button to encode. This is just a
  34.     test version, that's why the encode button is on a different
  35.     place.
  36.     Options, like bitrate, don't work when using the codec. It will
  37.     use the best settings the codec supports.
  38.     If you don't see scsi addresses in the source drive combobox,
  39.     then your cdrom isn't supported with my encoder.
  40.     If you don't have a codec than no cd-trax will be encoded.
  41. --------------------------------------------------------------------------
  42. Q004    When trying to encode from a cd.. nothing happens..
  43.  
  44. A004-1    You're probably trying to encode the *.cda files which are only
  45.     windows shortcuts to audio trax. It's not a wave-file.
  46.  
  47. A004-2    v0.06: You either don't have a scsi cdrom or don't have a
  48.            mp3-codec (or both).
  49. --------------------------------------------------------------------------
  50. Q005    I saw something about codec support, but I couldn't seem to get it
  51.     to work.
  52.  
  53. A005    v0.06 shows an option to select codec support, but this is not
  54.     functionally. It will be removed in newer versions, because I'm
  55.     going to build a seperate encoder with only codec support. Some
  56.     sort of front-end.
  57. --------------------------------------------------------------------------
  58. Q006    v0.06 will not rip any CD-DA tracks beyond track 09.
  59.  
  60. A006    There is a bug, so you can't encode CD-DA track 10, but you can
  61.     do a second run in which you can select CD-DA tracks > 10.
  62. --------------------------------------------------------------------------
  63. Q007    There is no help, will there be one in the future?
  64.  
  65. A007    Yes, but how soon...:(
  66. --------------------------------------------------------------------------
  67. Q008    I just realised that your app does MPEG-II, not MPEG-I.
  68.  
  69. A008    Wrong. The mpegEncoder does encode MPEG-I and MPEG-II, but doesn't 
  70.     support layer-3 with MPEG-II. (see Q009)
  71. --------------------------------------------------------------------------
  72. Q009    What's the main difference between MPEG-I and MPEG-II?
  73.  
  74. A009    Standard sample rates for MPEG-I are 38000, 44100 and 48000 Hz.
  75.     MPEG-II is designed for lower sample rates, which are 16000, 22000
  76.     and 24000 Hz.
  77. --------------------------------------------------------------------------
  78. Q100    What is the structure of audio mpeg files?
  79.  
  80. A100    You can look it up in the file "mpeg-AFS.txt"
  81. --------------------------------------------------------------------------
  82. Q101    How can you calculate the duration of a audio mpeg file?
  83.  
  84. A101    DurationInSec =  (FileLength * 8) / (TotaleBitRate * 1024)
  85. --------------------------------------------------------------------------
  86.